﻿@charset "UTF-8";
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Same with IE9.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
  width: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/*
 * Addresses styling not present in IE6/7/8/9.
 * html5
 */
mark {
  background: #ff0;
  color: #333333; }

/*
 * Addresses margin not present in IE6/7/8.
 * Normalize to chrome 's user agent stylesheet
 */
figure {
  margin: 1em 40px 1em 40px; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Use KISSY CSS default font-size 12px
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 12px;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 * 1. html chrome Simsun, others new times
 * textarea/button/input/select does not inherit.
 * ie8- does not allow 'inherit' value.
 * textarea chrome/fx monospace ie courier new
 * button/input/select chrome/ie arial firefox Simsun calibri font: 13px/1.25 "Helvetica Neue",Helvetica,Arial;
 */
html,
button,
input,
select,
textarea {
  font-family: tahoma,Arial,sans-serif, \5b8b\4f53, sans-serif;
  /* 1 */ }

button,
input,
select,
textarea {
  font-size: 100%; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 * 1. ie7 10px , others 8px
 * 2. chrome rgba(0,0,0,0), others transparent
 * 3. firefox 21px(1.3) others normal(1.13)
 */
body {
  margin: 0;
  /* 1 */
  color: #000;
  background-color: #ffffff;
  /* 2 */
  line-height: 1.5;
  /* 3 */ }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a {
  color: #317EE7;
  text-decoration: none;
  /*
     * Improves readability when focused and also mouse hovered in all browsers.
     * people.opera.com/patrickl/experiments/keyboard/test
     */ }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

a:hover {
  color: #FB5651; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, ie89, S4/5.
 *
 * http://hell.meiert.org/core/css/firefox-3.6.13.css
 *
 * chrome default is bold now 19
 */
b,
strong {
  font-weight: bold; }

/*
 * ie8- top =0
 */
blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5
 */
dfn {
  font-style: italic; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * 1. Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 *    ie: courier new others monospace
 * 2. other browsers other than firefox is not 16px
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  /*ie*/
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * ie8- is wrong with relative
 */
small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers (except firefox).
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE9-.
 * margin: auto ??
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 * Same with chrome 's user agent stylesheet
 */
fieldset {
  border: 2px groove #f0f0f0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  margin: 0;
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: middle; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/*
 * IE6+ need padding-left/right
 */
button {
  padding: 0px 6px;
  /* ie6 fix*/
  _padding: 0; }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome.
 *    firefox is content-box (now)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/*
 * Removes inner padding and search cancel button in S5, Chrome.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.wrap {
  width: 1200px;
  margin: 0 auto; }

html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

body {
  _margin: 0;
  _height: 100%; }

/*IE6 BUG*/
img {
  vertical-align: middle; }

textarea {
  resize: vertical; }

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none outside none; }

body {
  font-family: 'Microsoft YaHei',Arial;
  font-size: 12px; }

p, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

em, i {
  font-style: normal; }

a {
  text-decoration: none; }

a:focus {
  outline: none;
  -moz-outline: none; }

.fl {
  float: left; }

.fr {
  float: right; }

/*form控件公共样式*/
input[type="text"] {
  border: 1px solid #ddd;
  background: #fff;
  padding-left: 5px;
  font-family: 'Microsoft YaHei',Arial; }

textarea {
  border: 1px solid #ddd;
  background: #fff;
  padding: 5px 0px 0px 5px;
  resize: none;
  font-family: 'Microsoft YaHei',Arial; }

select {
  border: 1px solid #ddd;
  background: #fff;
  font-family: 'Microsoft YaHei',Arial; }

button {
  font-family: 'Microsoft YaHei',Arial; }

input {
  font-family: 'Microsoft YaHei',Arial; }

input[type="text"]:hover {
  box-shadow: 0 0 5px rgba(15, 128, 227, 0.5); }
input[type="text"]:focus {
  box-shadow: 0 0 5px rgba(15, 128, 227, 0.5); }

input[type="text"].error {
  border: #ff0000 solid 1px; }
  input[type="text"].error:hover {
    box-shadow: none; }
  input[type="text"].error:focus {
    box-shadow: none; }

input[type="text"].input_readonly:hover {
  box-shadow: none; }
input[type="text"].input_readonly:focus {
  box-shadow: none; }

input[type="text"].input_disabled:hover {
  box-shadow: none; }
input[type="text"].input_disabled:focus {
  box-shadow: none; }

textarea.error {
  border: #ff0000 solid 1px; }

span.error {
  border: #febcb7 solid 1px;
  background: #ffeceb;
  color: #ff1200;
  display: block;
  padding: 0px 5px 0px 5px; }

.btn01 {
  background: #154179; }
  .btn01:hover {
    background: #123868; }

.btn02 {
  background: #ff6458; }
  .btn02:hover {
    background: #ee4f43; }

.btn03 {
  background: #99cc00; }
  .btn03:hover {
    background: #91c002; }

.btn04 {
  background: #317ee7; }
  .btn04:hover {
    background: #2c6dc6; }

.btn05 {
  background: #ff771c; }
  .btn05:hover {
    background: #e66c1a; }

.w100 {
  width: 100px; }

.w180 {
  width: 180px; }

.w280 {
  width: 280px; }

.w480 {
  width: 480px; }

.mt2 {
  margin-top: 2px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr25 {
  margin-right: 25px; }

.mr30 {
  margin-right: 30px; }

.txt-c {
  text-align: center; }

.txt-l {
  text-align: left; }

.txt-r {
  text-align: right; }

.login {
  background: #fff;
  width: 360px;
  position: relative;
  margin-top: -45px;
  z-index: 1; }
  .login .error {
    color: #fe695f;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 127px; }
  .login h2 {
    font-size: 36px;
    font-weight: normal;
    text-align: center; }
    .login h2 img {
      margin-bottom: 3px; }
  .login ul {
    width: 90%;
    margin: 20px auto;
    display: block; }
    .login ul li {
      text-align: center;
      display: inline-block;
      width: 100%;
      border-bottom: #ddd solid 1px;
      position: relative;
      float: left;
      padding: 5px 0px; }
      .login ul li input {
        border: 0;
        background: none;
        float: left;
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        padding-left: 0;
        position: relative;
        z-index: 2; }
        .login ul li input.i-code {
          width: 60%; }
        .login ul li input:hover {
          box-shadow: none; }
        .login ul li input:focus {
          box-shadow: none; }
      .login ul li .code {
        float: right;
        display: block; }
      .login ul li .btn01 {
        display: block;
        text-align: center;
        font-size: 25px;
        color: #fff;
        height: 55px;
        line-height: 55px;
        width: 100%;
        border: 0;
        margin-top: 12px; }
      .login ul li.title {
        font-size: 24px;
        color: #000; }
      .login ul li.error {
        font-size: 14px;
        color: #fe695f; }
      .login ul li.li0 {
        border: 0; }

.contact_new {
  border: #ddd solid 1px;
  margin-top: 15px;
  width: 89%;
  padding: 4%  5%  1%  5%;
  background: url("../images/contact_1.png") repeat-x right 0; }
  .contact_new h2 {
    color: #174c73;
    font-size: 20px;
    margin-bottom: 10px; }
  .contact_new p {
    font-size: 12px;
    color: #555;
    width: 65%; }
  .contact_new .bm {
    margin-top: 18px; }
    .contact_new .bm p {
      height: 20px;
      line-height: 17px;
      padding-left: 22px;
      background: url("../images/c-z-sys-ico_1.png");
      color: #666; }
      .contact_new .bm p.tel {
        background-position: 0 -109px; }
      .contact_new .bm p.mail {
        background-position: 0 -130px; }
        .contact_new .bm p.mail a {
          color: #666; }

.contact_new_en {
  border: #ddd solid 1px;
  margin-top: 15px;
  width: 89%;
  padding: 4%  5%  1%  5%;
  background: url("../images/contact-en_1.png") right bottom; }
  .contact_new_en h2 {
    color: #174c73;
    font-size: 20px;
    margin-bottom: 0px; }
  .contact_new_en p {
    font-size: 12px;
    color: #777;
    width: 80%; }
  .contact_new_en .bm {
    margin-top: 15px; }
    .contact_new_en .bm p {
      height: 25px;
      line-height: 25px;
      padding-left: 28px;
      background: url("../images/c-z-sys-ico_1.png");
      color: #666; }
      .contact_new_en .bm p.tel {
        background-position: 0 -174px; }
      .contact_new_en .bm p.mail {
        background-position: 0 -205px; }
        .contact_new_en .bm p.mail a {
          color: #666; }

.head_new {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  background: #f0f0f0;
  height: 35px;
  line-height: 35px;
  position: relative;
  z-index: 9; }
  .head_new a {
    color: #555;
    font-size: 12px; }
    .head_new a:hover {
      color: #317ee7; }
    .head_new a.quick_inqury {
      font-size: 14px;
      color: #FB5651;
      margin-right: 15px; }
      .head_new a.quick_inqury:hover {
        color: #FB5651; }
  .head_new .exit {
    display: none; }
  .head_new .user_name {
    display: none; }
  .head_new .fl dl {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    .head_new .fl dl dt {
      float: left; }
      .head_new .fl dl dt a {
        color: #333; }
        .head_new .fl dl dt a:hover {
          color: #317ee7; }
    .head_new .fl dl dd {
      float: left;
      margin-left: 25px; }
      .head_new .fl dl dd span {
        color: #555;
        margin-right: 5px; }
      .head_new .fl dl dd .vistor {
        display: none; }
      .head_new .fl dl dd a.exit {
        color: #317ee7;
        margin-left: 10px; }
        .head_new .fl dl dd a.exit:hover {
          color: #FF771C; }
      .head_new .fl dl dd.no-login {
        display: none; }
        .head_new .fl dl dd.no-login a {
          color: #317ee7;
          margin-right: 10px; }
          .head_new .fl dl dd.no-login a:hover {
            color: #FF771C; }
      .head_new .fl dl dd.ml10 {
        margin-left: 10px; }
    .head_new .fl dl .message {
      position: relative;
      margin-top: 5px;
      height: 25px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: auto;
      display: none; }
      .head_new .fl dl .message i {
        display: block;
        width: 15px;
        height: 15px;
        background: url("../images/ico-index-2015_2.png") -56px 0;
        z-index: 9;
        float: left;
        margin-top: 6px;
        margin-right: 3px; }
        .head_new .fl dl .message i.arrow {
          background-position: 0px -24px;
          z-index: 10;
          margin-top: 6px;
          margin-left: 3px; }
      .head_new .fl dl .message em {
        color: #fb5651; }
      .head_new .fl dl .message .default {
        position: relative;
        z-index: 8;
        padding: 1px 1px 0px 10px;
        width: auto;
        height: 30px;
        line-height: 25px; }
        .head_new .fl dl .message .default span {
          margin-right: 2px;
          float: left; }
        .head_new .fl dl .message .default em {
          float: left; }
        .head_new .fl dl .message .default a:hover span {
          color: #317ee7; }
      .head_new .fl dl .message .hover {
        display: none;
        background: #fff;
        border: #ddd solid 1px;
        position: absolute;
        top: 30px;
        left: 0;
        line-height: 25px;
        width: 125px;
        padding: 8px 0px;
        z-index: 7; }
        .head_new .fl dl .message .hover ul {
          margin-left: 15px; }
    .head_new .fl dl .no-message {
      position: relative;
      margin-top: 5px;
      height: 25px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: auto;
      display: none; }
      .head_new .fl dl .no-message i {
        display: block;
        width: 15px;
        height: 15px;
        background: url("../images/ico-index-2015_2.png") -28px 0;
        z-index: 9;
        float: left;
        margin-top: 6px;
        margin-right: 3px; }
        .head_new .fl dl .no-message i.arrow {
          background-position: 0px -24px;
          z-index: 10;
          margin-top: 6px;
          margin-left: 3px; }
      .head_new .fl dl .no-message em {
        color: #fb5651; }
      .head_new .fl dl .no-message .default {
        position: relative;
        z-index: 8;
        padding: 1px 1px 0px 10px;
        width: auto;
        height: 30px;
        line-height: 25px; }
        .head_new .fl dl .no-message .default span {
          margin-right: 2px;
          float: left; }
        .head_new .fl dl .no-message .default em {
          float: left; }
        .head_new .fl dl .no-message .default a:hover span {
          color: #317ee7; }
      .head_new .fl dl .no-message .hover {
        display: none;
        background: #fff;
        border: #ddd solid 1px;
        position: absolute;
        top: 30px;
        left: 0;
        line-height: 25px;
        width: 125px;
        padding: 8px 0px;
        z-index: 7; }
        .head_new .fl dl .no-message .hover p {
          color: #555;
          width: 100%;
          text-align: center;
          padding: 20px 0px; }
  .head_new .fr dl {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    .head_new .fr dl dt {
      float: left;
      margin-left: 7px; }
      .head_new .fr dl dt a {
        padding-left: 26px;
        display: block;
        position: relative;
        height: 15px; }
        .head_new .fr dl dt a i {
          display: block;
          width: 25px;
          height: 15px;
          background: url("../images/ico-index-2015_2.png") -88px 0;
          position: absolute;
          left: 0;
          top: 10px; }
    .head_new .fr dl dd {
      float: left;
      position: relative;
      display: inline-block;
      *display: inline;
      *zoom: 1; }
      .head_new .fr dl dd .default {
        position: relative;
        z-index: 8;
        padding: 1px 10px 1px 10px;
        width: auto;
        height: 28px;
        line-height: 23px;
        margin-top: 5px; }
        .head_new .fr dl dd .default span {
          margin-right: 2px;
          float: left; }
        .head_new .fr dl dd .default i {
          display: block;
          width: 15px;
          height: 15px;
          background: url("../images/ico-index-2015_2.png") 0 -25px;
          float: left;
          margin-top: 6px;
          margin-left: 2px; }
      .head_new .fr dl dd i.line {
        float: left;
        display: block;
        width: 2px;
        height: 14px;
        border-right: #ccc solid 1px;
        position: absolute;
        right: 2px;
        top: 11px; }
      .head_new .fr dl dd .hover {
        display: none;
        background: #fff;
        border: #ddd solid 1px;
        position: absolute;
        top: 33px;
        line-height: 28px;
        padding-top: 6px;
        padding-bottom: 8px;
        z-index: 7; }
        .head_new .fr dl dd .hover ul {
          text-indent: 13px; }
          .head_new .fr dl dd .hover ul.member {
            width: 95px; }
          .head_new .fr dl dd .hover ul.service {
            width: 95px; }
          .head_new .fr dl dd .hover ul.category {
            width: 230px;
            margin-top: 5px; }
            .head_new .fr dl dd .hover ul.category li {
              float: left;
              margin-right: 20px; }
          .head_new .fr dl dd .hover ul.navigation {
            float: left;
            border-right: #ddd solid 1px;
            text-indent: 25px;
            height: 145px;
            margin: 8px 0px; }
            .head_new .fr dl dd .hover ul.navigation li {
              float: left;
              margin-right: 10px; }
              .head_new .fr dl dd .hover ul.navigation li a.pink {
                color: #fb5651; }
              .head_new .fr dl dd .hover ul.navigation li.tit {
                font-size: 16px;
                color: #333;
                font-weight: bold;
                width: 100%;
                margin-bottom: 5px; }
                .head_new .fr dl dd .hover ul.navigation li.tit.blue {
                  color: #317ee7; }
              .head_new .fr dl dd .hover ul.navigation li.w100 {
                width: 100%; }
          .head_new .fr dl dd .hover ul.b0 {
            border: 0; }
          .head_new .fr dl dd .hover ul.w210 {
            width: 210px; }
          .head_new .fr dl dd .hover ul.w150 {
            width: 150px; }
            .head_new .fr dl dd .hover ul.w150 li {
              width: 100%; }
          .head_new .fr dl dd .hover ul.w140 {
            width: 140px; }
            .head_new .fr dl dd .hover ul.w140 li {
              width: 100%; }
          .head_new .fr dl dd .hover ul.w230 {
            width: 230px; }
      .head_new .fr dl dd .psr {
        right: 0;
        width: 740px; }
      .head_new .fr dl dd:hover .default {
        border: #ddd solid 1px;
        padding: 0px 9px 0px 9px;
        border-bottom: 0;
        background-color: #fff; }
      .head_new .fr dl dd:hover .hover {
        display: block; }
.head_new .default strong {
    color: #fb5651;
    font-weight: normal;
    margin: 0 3px;
}

.search_new {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%; }
  .search_new .logo {
    float: left;
    display: block;
    width: 200px;
    height: 75px;
    background: url("../images/ico-index-2015_2.png") 0 -430px;
    margin-top: 20px; }
  .search_new .search {
    float: left;
    margin-left: 130px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 720px;
    margin-top: 20px; }
    .search_new .search .tab {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 100%;
      float: left; }
      .search_new .search .tab li {
        float: left;
        cursor: pointer;
        background: #f0f0f0;
        color: #555;
        margin-right: 2px;
        height: 22px;
        line-height: 22px;
        padding: 0 18px; }
        .search_new .search .tab li.cur {
          color: #fff;
          background: #317ee7; }
        .search_new .search .tab li:hover {
          color: #fff;
          background: #317ee7; }
    .search_new .search .so {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      float: left; }
      .search_new .search .so input[type="text"] {
        float: left;
        border: 0;
        background: #fff;
        width: 540px;
        height: 30px;
        line-height: 30px;
        border: #317ee7 solid 2px;
        border-right: 0; }
      .search_new .search .so .btn04 {
        width: 92px;
        text-align: center;
        display: block;
        height: 36px;
        line-height: 30px;
        color: #fff;
        font-size: 16px;
        border: 0;
        float: left; }
      .search_new .search .so .link {
        float: left;
        margin-left: 20px;
        color: #317ee7; }
        .search_new .search .so .link:hover {
          color: #FF771C; }
    .search_new .search .link {
      float: left;
      margin-left: 20px; }

.search_new .search .keyword {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  float: left;
  width: 600px !important;
  padding-right: 40px;
  margin-top: 8px;
  position: absolute;
  left: 0px;
  white-space:nowrap;
  text-overflow:ellipsis;
  height: 20px;
  overflow: hidden;
}


      .search_new .search .keyword a {
        float: left;
        color: #777;
        margin-right: 8px; }
        .search_new .search .keyword a:hover {
          color: #317ee7; }

.search_new .search .keyword a.more {
  display: block;
  float: right;
  border: #ddd solid 1px;
  width: 35px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  margin-right: 0px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}


.search_new_supply {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%; }
  .search_new_supply .logo {
    float: left;
    display: block;
    width: 200px;
    height: 75px;
    background: url("../images/ico-index-2015_2.png") 0 -430px;
    margin-top: 20px; }
  .search_new_supply .search {
    float: right;
    margin-left: 0px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 20px; }
    .search_new_supply .search .link {
      float: left;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      margin-right: 50px;
      margin-top: 22px; }
      .search_new_supply .search .link a {
        display: block;
        padding: 6px 20px;
        border: #bcbcbc solid 1px;
        color: #333;
        float: left;
        margin-right: 10px;
        font-size: 14px;
        background-image: url('../images/8633200085f54aba8264c8b0c6da825e.gif');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
        background-image: -moz-linear-gradient(#ffffff, #eeeeee);
        background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
        background-image: linear-gradient(#ffffff, #eeeeee); }
        .search_new_supply .search .link a:hover {
          padding: 7px 21px;
          background: #317EE7;
          color: #fff;
          border: 0; }
    .search_new_supply .search .so {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      float: left;
      margin-top: 22px; }
      .search_new_supply .search .so input[type="text"] {
        float: left;
        border: 0;
        background: #fff;
        width: 450px;
        height: 30px;
        line-height: 30px;
        border: #317ee7 solid 2px;
        border-right: 0; }
      .search_new_supply .search .so .btn04 {
        margin-right: 10px;
        width: 92px;
        text-align: center;
        display: block;
        height: 36px;
        line-height: 30px;
        color: #fff;
        font-size: 16px;
        border: 0;
        float: left; }
      .search_new_supply .search .so .mr0 {
        margin-right: 0px; }

.menu_new {
  width: 100%;
  border-bottom: #317ee7 solid 3px;
  margin-top: 30px;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 3; }
  .menu_new .nav {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    float: left; }
    .menu_new .nav .spec {
      float: left;
      width: 210px;
      height: 40px; }
      .menu_new .nav .spec h2 {
        line-height: 40px;
        background: #317ee7;
        text-indent: 15px;
        font-size: 16px;
        color: #fff;
        font-weight: bold; }
      .menu_new .nav .spec .drop-memu {
        border: #317ee7 solid 2px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding-top: 5px; }
        .menu_new .nav .spec .drop-memu dl {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          float: left;
          width: 176px;
          padding: 12px 15px;
          border-bottom: dotted 1px #ddd; }
          .menu_new .nav .spec .drop-memu dl dt {
            width: 100%;
            display: inline-block;
            *display: inline;
            *zoom: 1;
            margin-bottom: 7px;
            float: left; }
            .menu_new .nav .spec .drop-memu dl dt span {
              font-size: 14px;
              color: #3c3c3c;
              font-weight: bold;
              float: left; }
            .menu_new .nav .spec .drop-memu dl dt a {
              float: right;
              display: block;
              border: #ddd solid 1px;
              width: 35px;
              height: 15px;
              line-height: 15px;
              text-align: center;
              color: #777;
              margin-top: 3px; }
              .menu_new .nav .spec .drop-memu dl dt a:hover {
                color: #317ee7; }
          .menu_new .nav .spec .drop-memu dl dd {
            width: 115%;
            float: left; }
            .menu_new .nav .spec .drop-memu dl dd a {
              color: #3c3c3c;
              margin-right: 23px;
              margin-bottom: 5px;
              display: block;
              float: left; }
              .menu_new .nav .spec .drop-memu dl dd a:hover {
                color: #317ee7; }
          .menu_new .nav .spec .drop-memu dl.bd0 {
            border: 0; }
          .ie7 .menu_new .nav .spec .drop-memu dl {
            padding: 15px 15px; }
    .menu_new .nav ul.link {
      float: left;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      /*margin-left: 25px;*/ }
      .menu_new .nav ul.link li {
        float: left;
        /*margin-right: 40px;*/
        padding: 0 15px !important;position: relative;
        height: 40px;
        line-height: 37px; }
        .menu_new .nav ul.link li i {
  display: inline-block;
  width: 40px;
  height: 25px;
  background: url("../images/hdft_1.png") no-repeat;
  position: absolute;
  top: -12px;
  right: -20px;
}
        .menu_new .nav ul.link li a {
          color: #333;
          font-size: 16px; }
          .menu_new .nav ul.link li a.cur {
            color: #317ee7; }
            .menu_new .nav ul.link li a.cur:hover {
              color: #FF771C; }
          .menu_new .nav ul.link li a:hover {
            color: #2c6dc6; }
    .menu_new .nav .tel {
      float: right;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      margin-top: 3px; }
      .menu_new .nav .tel i {
        display: inline-block;
        width: 26px;
        height: 25px;
        background: url("../images/ico-index-2015_2.png") -212px 6px;
        float: left; }
      .menu_new .nav .tel span {
        display: inline-block;
        color: #333;
        font-size: 14px;
        float: left;
        margin-top: 5px; }
        .menu_new .nav .tel span.num {
          font-size: 20px;
          margin-top: 0; }
        .menu_new .nav .tel span.time {
          color: #999;
          margin-left: 3px; }

.menu_new_sec {
  width: 100%;
  border-bottom: #317ee7 solid 3px;
  margin-top: 30px;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 3; }
  .menu_new_sec .nav {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    float: left; }
    .menu_new_sec .nav .spec {
      float: left;
      width: 210px;
      height: 40px; }
      .menu_new_sec .nav .spec h2 {
        line-height: 40px;
        background: #317ee7;
        text-indent: 15px;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        position: relative;
        height: 40px; }
        .menu_new_sec .nav .spec h2 i {
          display: block;
          background: url("../images/detail_ico_2015_1.png") -300px 6px;
          width: 42px;
          height: 40px;
          position: absolute;
          top: 5px;
          right: 5px;
          z-index: 9999; }
      .menu_new_sec .nav .spec .drop-memu {
        border: #317ee7 solid 2px;
        padding-top: 5px;
        background: #fff;
        display: none; }
        .menu_new_sec .nav .spec .drop-memu dl {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          float: left;
          width: 176px;
          padding: 12px 15px;
          border-bottom: dotted 1px #ddd; }
          .menu_new_sec .nav .spec .drop-memu dl dt {
            width: 100%;
            display: inline-block;
            *display: inline;
            *zoom: 1;
            margin-bottom: 7px;
            float: left; }
            .menu_new_sec .nav .spec .drop-memu dl dt span {
              font-size: 14px;
              color: #3c3c3c;
              font-weight: bold;
              float: left; }
            .menu_new_sec .nav .spec .drop-memu dl dt a {
              float: right;
              display: block;
              border: #ddd solid 1px;
              width: 35px;
              height: 15px;
              line-height: 15px;
              text-align: center;
              color: #777;
              margin-top: 3px; }
              .menu_new_sec .nav .spec .drop-memu dl dt a:hover {
                color: #317ee7; }
          .menu_new_sec .nav .spec .drop-memu dl dd {
            width: 115%;
            float: left; }
            .menu_new_sec .nav .spec .drop-memu dl dd a {
              color: #3c3c3c;
              margin-right: 23px;
              margin-bottom: 5px;
              display: block;
              float: left; }
              .menu_new_sec .nav .spec .drop-memu dl dd a:hover {
                color: #317ee7; }
          .menu_new_sec .nav .spec .drop-memu dl.bd0 {
            border: 0; }
          .ie7 .menu_new_sec .nav .spec .drop-memu dl {
            padding: 15px 15px; }
      .menu_new_sec .nav .spec:hover .drop-memu {
        display: inline-block;
        *display: inline;
        *zoom: 1; }
    .menu_new_sec .nav ul.link {
      float: left;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      /*margin-left: 25px;*/ }
      .menu_new_sec .nav ul.link li {
        float: left;
        /*margin-right: 40px;*/
        padding: 0 15px !important;position: relative;
        height: 40px;
        line-height: 37px; }
        .menu_new_sec .nav ul.link li a {
          color: #333;
          font-size: 16px; }
          .menu_new_sec .nav ul.link li a.cur {
            color: #317ee7; }
            .menu_new_sec .nav ul.link li a.cur:hover {
              color: #FF771C; }
          .menu_new_sec .nav ul.link li a:hover {
            color: #2c6dc6; }
    .menu_new_sec .nav .tel {
      float: right;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      margin-top: 3px; }
      .menu_new_sec .nav .tel i {
        display: inline-block;
        width: 26px;
        height: 25px;
        background: url("../images/ico-index-2015_2.png") -212px 6px;
        float: left; }
      .menu_new_sec .nav .tel span {
        display: inline-block;
        color: #333;
        font-size: 14px;
        float: left;
        margin-top: 5px; }
        .menu_new_sec .nav .tel span.num {
          font-size: 20px;
          margin-top: 0; }
        .menu_new_sec .nav .tel span.time {
          color: #999;
          margin-left: 3px; }
          .menu_new_sec .nav ul.link li i {
  display: inline-block;
  width: 40px;
  height: 25px;
  background: url("../images/hdft_1.png") no-repeat;
  position: absolute;
  top: -12px;
  right: -20px;
}

.foot_new {
  display: inline-block;
  width: 100%;
  background: #fafafa;
  border-top: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  margin-top: 20px;
  padding-top: 30px; }
  .foot_new .map {
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    .foot_new .map .fl dl {
      float: left;
      width: 150px; }
      .foot_new .map .fl dl dt {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px; }
      .foot_new .map .fl dl dd {
        margin-bottom: 10px; }
        .foot_new .map .fl dl dd a {
          color: #777; }
          .foot_new .map .fl dl dd a:hover {
            color: #0f80e3; }
      .foot_new .map .fl dl.last {
        width: 100px; }
    .foot_new .map .fr {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      border-left: #ddd solid 1px;
      padding-left: 40px; }
      .foot_new .map .fr .ps {
        float: left; }
        .foot_new .map .fr .ps h2 {
          font-weight: bold;
          font-size: 14px;
          color: #333;
          margin-bottom: 10px; }
        .foot_new .map .fr .ps p {
          color: #555;
          line-height: 24px; }
      .foot_new .map .fr .code {
        float: left;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        position: relative;
        padding-top: 20px; }
        .foot_new .map .fr .code i {
          display: block;
          width: 111px;
          height: 15px;
          background: url("../images/ico-index-2015_2.png") -386px -30px;
          position: absolute;
          right: 0;
          top: 0;
          font-size: 0; }
        .foot_new .map .fr .code p {
          float: left;
          width: 100px;
          text-align: center;
          color: #555;
          margin-top: 15px;
          margin-left: 20px; }
  .foot_new .so {
    margin-top: 20px;
    padding-top: 10px;
    border-top: #ddd solid 1px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%; }
    .foot_new .so .fl .logo {
      float: left;
      display: block;
      width: 300px;
      height: 75px;
      background: url("../images/ico-index-2015_2.png") 0px -547px;
      margin-top: 20px; }
    .foot_new .so .fl .form {
      float: left;
      margin-top: 30px;
      margin-left: 40px; }
      .foot_new .so .fl .form input {
        float: left;
        background: #FFF;
        width: 420px;
        height: 30px;
        line-height: 30px;
        border: #ddd solid 1px;
        border-right: 0; }
      .foot_new .so .fl .form .btn {
        width: 80px;
        text-align: center;
        display: block;
        height: 34px;
        line-height: 26px;
        color: #fff;
        font-size: 14px;
        float: left;
        background: #317EE7;
        border: #317EE7 solid 1px; }
        .foot_new .so .fl .form .btn:hover {
          background: #2C6DC6; }
    .foot_new .so .fr h2 {
      font-size: 14px;
      color: #333;
      margin-bottom: 5px;
      margin-top: 7px;
      text-align: right; }
      .foot_new .so .fr h2 em {
        font-size: 20px;
        color: #ff771c; }
    .foot_new .so .fr h3 {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 100%; }
      .foot_new .so .fr h3 .click {
        display: block;
        width: 111px;
        height: 20px;
        background: url("../images/ico-index-2015_2.png") -397px -3px no-repeat;
        float: right;
        font-size: 0;
        margin-top: 8px; }
      .foot_new .so .fr h3 .btn05 {
        width: 120px;
        text-align: center;
        display: block;
        height: 32px;
        line-height: 32px;
        color: #fff;
        font-size: 14px;
        float: right; }

.bottom {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  .bottom .nav a {
    color: #777;
    padding: 0 15px;
    height: 15px;
    line-height: 15px;
    border-right: #b7b7b7 solid 1px; }
    .bottom .nav a:hover {
      color: #0f80e3; }
    .bottom .nav a.bd0 {
      border: 0; }
  .bottom .nav .hot-cpd {
    height: 25px;
    line-height: 25px;
    cursor: pointer; }
    .bottom .nav .hot-cpd span {
      margin-right: 2px;
      float: left;
      margin-left: 8px;
      color: #777; }
    .bottom .nav .hot-cpd i {
      display: block;
      width: 15px;
      height: 15px;
      background: transparent url("../images/ico-index-2015_2.png") repeat scroll 0px -25px;
      float: left;
      margin-top: 6px;
      margin-left: 2px; }
  .bottom .nav .seo-enter {
    position: relative;
    border: #ddd solid 1px;
    margin-top: -9px; }
    .bottom .nav .seo-enter .foot-seo {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 100%;
      position: absolute;
      top: 25px;
      right: -1px;
      z-index: 99;
      width: 1156px;
      background: white none repeat scroll 0% 0%;
      border: 1px solid #dddddd;
      padding: 20px;
      display: none; }
      .bottom .nav .seo-enter .foot-seo dl {
        width: 100%;
        float: left;
        margin-bottom: 10px; }
        .bottom .nav .seo-enter .foot-seo dl dt {
          float: left;
          width: 90px;
          font-size: 12px;
          color: #333; }
        .bottom .nav .seo-enter .foot-seo dl dd {
          float: left;
          display: inline-block;
          *display: inline;
          *zoom: 1;
          width: 90%; }
          .bottom .nav .seo-enter .foot-seo dl dd a {
            color: #777;
            margin-left: 15px;
            margin-bottom: 5px;
            float: left;
            padding: 0;
            border: 0;
            font-size: 12px; }
    .bottom .nav .seo-enter:hover .foot-seo {
      display: block; }
  .bottom p {
    width: 100%;
    color: #777;
    margin-top: 10px; }
  .bottom .link {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px; }
    .bottom .link .fl {
      color: #999;
      width: 100px;
      text-align: right; }
    .bottom .link a {
      color: #999;
      height: 20px;
      line-height: 20px;
      margin-right: 40px;
      float: left; }
      .bottom .link a:hover {
        color: #0f80e3; }
    .bottom .link .list {
      margin-left: 10px;
      float: left; }

.fix_nav {
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -160px;
  z-index: 999; }
  .fix_nav ul li {
    width: 60px;
    height: 60px;
    margin-bottom: 5px; }
    .fix_nav ul li a {
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      border: #ddd solid 1px;
      color: #aaa;
      background: #fff; }
      .fix_nav ul li a i {
        width: 25px;
        height: 25px;
        display: block;
        background: url("../images/ico-index-2015_2.png");
        margin: 8px auto;
        margin-bottom: 5px; }
        .fix_nav ul li a i.i1 {
          background-position: -196px -80px; }
        .fix_nav ul li a i.i2 {
          background-position: -198px -144px; }
        .fix_nav ul li a i.i3 {
          background-position: -196px -211px; }
        .fix_nav ul li a i.i4 {
          background-position: -196px -276px; }
        .fix_nav ul li a i.i5 {
          background-position: -196px -339px; }
        .fix_nav ul li a i.iqq {
          background: url("../images/ico_qq_1.png") no-repeat; }
        .fix_nav ul li a i.ts {
          background: url("../images/ico_ts_1.png") no-repeat; }
      .fix_nav ul li a:hover {
        color: #fff;
        background: #488fef;
        border: #488fef solid 1px; }
        .fix_nav ul li a:hover i.i1 {
          background-position: -141px -80px; }
        .fix_nav ul li a:hover i.i2 {
          background-position: -143px -144px; }
        .fix_nav ul li a:hover i.i3 {
          background-position: -141px -211px; }
        .fix_nav ul li a:hover i.i4 {
          background-position: -141px -276px; }
        .fix_nav ul li a:hover i.i5 {
          background-position: -141px -339px; }
        .fix_nav ul li a:hover i.ts {
          background: url("../images/ico_ts_1.png") 0 -26px no-repeat; }
      .fix_nav ul li a.cur {
        color: #fff;
        background: #488fef;
        border: #488fef solid 1px; }
        .fix_nav ul li a.cur i.i1 {
          background-position: -141px -80px; }
        .fix_nav ul li a.cur i.i2 {
          background-position: -142px -144px; }
        .fix_nav ul li a.cur i.i3 {
          background-position: -141px -211px; }
        .fix_nav ul li a.cur i.i4 {
          background-position: -141px -276px; }
        .fix_nav ul li a.cur i.i5 {
          background-position: -141px -339px; }
        .fix_nav ul li a.cur i.ts {
          background: url("../images/ico_ts_1.png") 0 -26px no-repeat; }
    .fix_nav ul li.top {
      display: none; }

/*当前位置*/
.pub_location {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 100%; }
  .pub_location a {
    color: #888; }
    .pub_location a:hover {
      color: #317ee7; }
    .pub_location a.catalog {
      border: #dddddd solid 1px;
      padding: 3px 10px;
      margin-left: 5px; }
      .pub_location a.catalog:hover {
        color: #fff;
        background: #0f80e3;
        border: 0;
        padding: 4px 11px; }
    .pub_location a.cancel {
      border: #dddddd solid 1px;
      padding: 3px 10px;
      margin-left: 8px; }
      .pub_location a.cancel i {
        margin-left: 8px;
        font-size: 14px;
        font-family: Arial; }
      .pub_location a.cancel:hover {
        color: #317ee7;
        border: #317ee7 solid 1px; }
  .pub_location em {
    color: #888;
    margin: 0 5px; }
  .pub_location span {
    color: #888;
    margin-right: 5px; }

/*分页*/
.m-page {
  width: 100%;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px; }
  .m-page a {
    color: #555;
    border: #dddddd solid 1px;
    padding: 5px 10px 6px 10px;
    margin-right: 5px;
    border-radius: 1px;
    display: inline-block;
    background: #fff; }
    .m-page a.cur {
      background: #0f80e3;
      color: #fff;
      border: 0;
      padding: 6px 11px 7px 11px; }
    .m-page a:hover {
      background: #0f80e3;
      color: #fff;
      border: 0;
      padding: 6px 11px 7px 11px; }
    .m-page a.disable:hover {
      color: #555;
      background: #fff;
      border: #dddddd solid 1px;
      padding: 5px 10px 6px 10px; }

.t_page {
  width: 100%; }
  .t_page .p_top {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%; }
    .t_page .p_top .sort {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 40%; }
      .t_page .p_top .sort a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        color: #555;
        margin-right: 25px;
        font-size: 14px;
        float: left;
        margin-top: 5px; }
        .t_page .p_top .sort a em {
          float: left; }
        .t_page .p_top .sort a i {
          float: left;
          display: block;
          background: url("../images/detail_ico_2015_1.png") -188px -25px;
          width: 10px;
          height: 12px;
          margin-top: 6px; }
        .t_page .p_top .sort a.cur i {
          background-position: -188px -1px; }
        .t_page .p_top .sort a:hover {
          color: #0f80e3; }
    .t_page .p_top .num {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 40%;
      text-align: right; }
      .t_page .p_top .num span {
        color: #555;
        font-size: 14px;
        padding: 2px 0px;
        margin-right: -5px; }
      .t_page .p_top .num a {
        color: #555;
        border: #dddddd solid 1px;
        padding: 2px 5px;
        margin-left: 5px;
        border-radius: 1px;
        display: inline-block;
        background: #f8f8f8;
        font-size: 14px; }
        .t_page .p_top .num a.cur {
          background: #0f80e3;
          color: #fff;
          border: 0;
          padding: 3px 6px; }
        .t_page .p_top .num a:hover {
          background: #0f80e3;
          color: #fff;
          border: 0;
          padding: 3px 6px; }
  .t_page .p_bottom {
    background: #f7f7f7;
    border-top: #0f80e3 solid 2px;
    margin-top: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    padding: 5px 0px; }
    .t_page .p_bottom .total {
      width: 40%;
      margin-top: 5px;
      margin-left: 10px; }
      .t_page .p_bottom .total span {
        color: #777; }
        .t_page .p_bottom .total span em {
          margin: 0 3px;
          color: #ff6600; }
    .t_page .p_bottom .page_num a {
      float: left; }
      .t_page .p_bottom .page_num a.pre {
        color: #317ee7;
        font-size: 20px; }
      .t_page .p_bottom .page_num a.disable {
        color: #dedede;
        cursor: auto; }
      .t_page .p_bottom .page_num a.next {
        color: #317ee7;
        font-size: 20px;
        margin-right: 10px; }
    .t_page .p_bottom .page_num input {
      width: 40px;
      margin: 0 5px;
      float: left;
      margin-top: 5px;
      margin-left: -5px;
      margin-right: -5px;
      text-align: center;
      color: #777;
      border: #317ee7 solid 1px; }
      .t_page .p_bottom .page_num input:focus {
        box-shadow: none;
        border: #317ee7 solid 1px; }
      .t_page .p_bottom .page_num input:hover {
        box-shadow: none;
        border: #317ee7 solid 1px; }
    .t_page .p_bottom .page_num span {
      color: #777;
      margin-left: 10px;
      margin-right: 10px;
      float: left;
      margin-top: 6px; }
      .t_page .p_bottom .page_num span em {
        margin: 0 3px; }

/*top10*/
.top10 {
  width: 1200px;
  margin: 0 auto;
  background: #f7f7f7;
  position: relative; }
  .top10 h2 {
    margin-bottom: 10px;
    font-size: 18px;
    width: 100%;
    background: #fff;
    padding-bottom: 10px; }
  .top10 .btn {
    position: absolute;
    bottom: 12px;
    left: 50%;
    z-index: 100;
    margin-left: -32px; }
    .top10 .btn span {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      font-size: 0px;
      width: 12px;
      height: 12px;
      line-height: 12px;
      cursor: pointer;
      float: left;
      margin-left: 5px;
      display: inline;
      text-align: center;
      background: #ccc;
      border-radius: 50px;
      color: #fff; }
      .top10 .btn span.cur {
        background: #0f80e3; }
  .top10 .preNext {
    opacity: 0.5;
    filter: alpha(opacity=50);
    border-radius: 2px;
    width: 25px;
    height: 65px;
    overflow: hidden;
    position: absolute;
    top: 125px;
    z-index: 9999;
    cursor: pointer;
    display: none;
    background: #ccc url("../images/detail_ico_2015_1.png") 0px 0px; }
  .top10 .pre {
    left: 8px;
    background-position: -281px 15px; }
  .top10 .next {
    right: 8px;
    background-position: -279px -36px; }
  .top10 .banner {
    width: 1150px;
    margin: 0 40px;
    margin-top: 10px; }
    .top10 .banner ul {
      display: inline-block;
      *display: inline;
      *zoom: 1; }
      .top10 .banner ul li {
        float: left;
        margin-right: 30px;
        width: 180px;
        background: #fff;
        margin-top: 10px;
        position: relative;
        padding: 10px; }
        .top10 .banner ul li i {
          display: block;
          background: url("../images/detail_ico_2015_1.png") -1px -248px;
          width: 42px;
          height: 40px;
          position: absolute;
          top: 0;
          left: 0;
          font-style: normal;
          color: #fff;
          padding-left: 6px;
          padding-top: 1px;
          font-size: 14px;
          z-index: 9999; }
          .top10 .banner ul li i.top1 {
            background-position: -1px -74px; }
          .top10 .banner ul li i.top2 {
            background-position: -1px -130px; }
          .top10 .banner ul li i.top3 {
            background-position: -1px -190px; }
        .top10 .banner ul li .wrap-img {
          width: 180px;
          height: 120px;
          line-height: 120px;
          border: #eee solid 1px;
          overflow: hidden;
          margin-bottom: 10px;
          text-align: left;
          padding: 1px; }
          .top10 .banner ul li .wrap-img a {
            display: inline-block;
            width: 100%;
            text-align: center; }
            .ie7 .top10 .banner ul li .wrap-img a {
              position: absolute;
              top: 50%; }
          .top10 .banner ul li .wrap-img img {
            max-width: 180px;
            max-height: 120px;
            vertical-align: middle; }
            .ie7 .top10 .banner ul li .wrap-img img {
              position: relative;
              top: -50%; }
          .ie7 .top10 .banner ul li .wrap-img {
            position: relative; }
          .top10 .banner ul li .wrap-img:hover {
            border: #317ee7 solid 2px;
            padding: 0px; }
        .top10 .banner ul li p {
          margin-top: 5px;
          width: 100%;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          font-size: 12px; }
    .ie7 .top10 .banner {
      margin-top: 10px; }
  .top10:hover .preNext {
    display: block; }

.catalog_pan {
  margin-top: 5px; }
  .catalog_pan a {
    position: relative;
    border: 1px solid #DDD;
    padding: 0px 32px 0px 10px;
    margin-right: 8px;
    color: #888;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 30px;
    line-height: 30px; }
    .catalog_pan a i {
      font-size: 28px;
      font-family: Arial;
      position: absolute;
      right: 8px;
      top: 1px; }
    .catalog_pan a:hover {
      color: #317EE7;
      border: 1px solid #317EE7; }

.search_list {
  background: #eee;
  width: 857px;
  height: 39px;
  line-height: 35px;
  margin-top: 8px;
  margin-bottom: 5px; }
  .search_list span {
    margin-left: 10px;
    color: #666; }
  .search_list a {
    color: #888;
    background-color: #FFF; }
    .search_list a:hover {
      color: #317ee7; }
    .search_list a.catalog {
      border: #dddddd solid 1px;
      padding: 3px 10px;
      margin-left: 5px; }
      .search_list a.catalog:hover {
        color: #fff;
        background: #0f80e3;
        border: 0;
        padding: 4px 11px; }
    .search_list a.cancel {
      border: #dddddd solid 1px;
      padding: 3px 10px;
      margin-left: 8px; }
      .search_list a.cancel i {
        margin-left: 8px;
        font-size: 14px;
        font-family: Arial; }
      .search_list a.cancel:hover {
        color: #317ee7;
        border: #317ee7 solid 1px; }
  .search_list .so-result {
    width: 200px;
    height: 25px;
    line-height: 25px;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 5px; }
    .search_list .so-result .txt {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 100%;
      height: 21px;
      line-height: 21px;
      color: #999; }
      .ie7 .search_list .so-result .txt {
        height: 20px;
        line-height: 20px; }
    .search_list .so-result .btn {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      position: absolute;
      z-index: 10;
      right: -7px;
      top: 5px;
      background: url("../images/ico_supplier_list_1.png") -136px -35px;
      width: 25px;
      height: 25px;
      border: 0; }
.cardnum{
    margin-left: 10px;
}

.fixapp {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.fixapp .bg {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  height: 82px;
  position: relative;
  z-index: 9;
}
.fixapp .app {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
}
.fixapp .app .link_an {
  position: absolute;
  left: 50%;
  margin-left: 77px;
  top: 67px;
  display: block;
  width: 140px;
  height: 50px;
}
.fixapp .app .link_ios {
  position: absolute;
  left: 50%;
  margin-left: 232px;
  top: 67px;
  display: block;
  width: 140px;
  height: 50px;
}
.fixapp .app .close_tips {
  position: absolute;
  right: -440px;
  top: 62px;
}
.company_nopic{
  padding-top:40px;text-align: center;border-left: 1px #CECECE solid;border-right: 1px #CECECE solid;
}
.company_nopic img{
  padding:10px;border: #ddd solid 1px;
}
.company_nopic p{
  color: #777;font-size: 14px;margin-top: 10px;
}


.search_new {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
}
.search_new .logo {
  float: left;
  display: block;
  width: 200px;
  height: 75px;
  background: url("../images/ico-index-2015_2.png") 0 -430px;
  margin-top: 20px;
  position: relative;
}
.search_new .logo em {
  position: absolute;
  right: -63px;
  top: 16px;
  color: #333;
  font-size: 24px;
}
.search_new .logo em i {
  margin-left: 7px;
}
.search_new .search {
  float: left;
  margin-left: 130px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 720px;
  margin-top: 20px;
  position: relative;
}
.search_new .search .tab {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  float: left;
}
.search_new .search .tab li {
  float: left;
  cursor: pointer;
  background: #f0f0f0;
  color: #555;
  margin-right: 2px;
  height: 22px;
  line-height: 22px;
  padding: 0 18px;
}
.search_new .search .tab li.cur {
  color: #fff;
  background: #317ee7;
}
.search_new .search .tab li:hover {
  color: #fff;
  background: #317ee7;
}
.search_new .search .so {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  float: left;
  position: absolute;
  left: 0px;
}
.search_new .search .so input[type="text"] {
  float: left;
  border: 0;
  background: #fff;
  width: 540px;
  height: 30px;
  line-height: 30px;
  border: #317ee7 solid 2px;
  border-right: 0;
}
.search_new .search .so .btn04 {
  width: 92px;
  text-align: center;
  display: block;
  height: 36px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  border: 0;
  float: left;
}
.search_new .search .so .link {
  float: left;
  margin-left: 20px;
  color: #317ee7;
}
.search_new .search .so .link:hover {
  color: #FF771C;
}
.search_new .search .link {
  float: left;
  margin-left: 20px;
  position: absolute;
  right: 25px;
  top: 20px;
}
.search_new .search .keyword {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  float: left;
  width: 600px !important;
  padding-right: 40px;
  margin-top: 8px;
  position: absolute;
  left: 0px;
  white-space:nowrap;
  text-overflow:ellipsis;
  height: 20px;
  overflow: hidden;
}
.search_new .search .keyword a {
  float: left;
  color: #777;
  margin-right: 8px;
}
.search_new .search .keyword a:hover {
  color: #317ee7;
}
.search_new .search .keyword a.more {
  display: block;
  float: right;
  border: #ddd solid 1px;
  width: 35px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  margin-right: 0px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}

.bt-63 {
  bottom: -63px;
}

.bt363 {
  bottom: 363px;
}

.tp22 {
  top: 22px;
}

.tp-122 {
  top: -132px;
}

.lt0 {
  left: 0;
}

.lt-400 {
  left: -400px;
}